.studentModule9 {
  padding: 100px 0 0 0;
}
.studentModule9 .picMarquee-left {
  height: 0;
  overflow: hidden;
  margin-top: 50px;
}
.studentModule9 .picMarquee-left1.cur {
  height: 470px;
}
.studentModule9 .picMarquee-left1 li {
  width: 830px;
  height: 470px;
}
.studentModule9 .picMarquee-left1 li .con .pic {
  float: left;
  width: 345px;
  height: 230px;
  border-radius: 4px;
  overflow: hidden;
  margin: 0 10px 10px 0;
}
.studentModule9 .picMarquee-left1 li .con .img {
  float: left;
  width: 461px;
  height: 230px;
  border-radius: 4px;
  overflow: hidden;
  margin: 0 10px 10px 0;
}
.studentModule9 .information_con li .con img {
  display: block;
  width: 100%;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.studentModule9 .information_con li .con img:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.studentModule9 .studentBox {
  width: 1200px;
  background: #E7F9FF;
  border-radius: 20px;
  margin: 30px auto;
}
.studentModule9 .studentBox .box1 {
  padding-bottom: 0!important;
}
.studentModule9 .studentBox .box5ul1 {
  width: 1160px;
  height: 210px;
  background: #E7F9FF;
  border-radius: 20px;
  padding: 20px 0px 20px 25px;
}
.studentModule9 .studentBox .box5ul1 li {
  margin-right: 10px!important;
  height: 210px!important;
}
.studentModule9 .studentBox .box5ul1 li .pic {
  width: 259px!important;
  height: 148px!important;
  background: #1E1D21;
  border-radius: 18px;
}
.studentModule9 .studentBox .box5ul1 li .pic span {
  background: linear-gradient(90deg, #008EFF, #00AEFF);
  border-radius: 0px 0px 16px 16px;
}
.studentModule9 .studentBox .box5ul1 li:hover:after {
  top: 20px!important;
  left: 74px!important;
}
